From: Eli Zaretskii Date: Sat, 13 Mar 2010 08:52:05 +0000 (-0500) Subject: Spell out in ChangeLog the purpose of revision 99649. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8387 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=73aa2bc98abc24037eb6cbb38c392cb9526c12be;p=emacs.git Spell out in ChangeLog the purpose of revision 99649. --- diff --git a/ChangeLog b/ChangeLog index 86175594603..cf162ddc200 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2010-03-12 Eli Zaretskii + These changes remove termcap.c from the build on Posix platforms. * configure.in : Remove termcap.h. * configure: Regenerated. diff --git a/src/ChangeLog b/src/ChangeLog index d7307f04331..5cf0b08e4ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,6 +7,7 @@ 2010-03-12 Eli Zaretskii + These changes remove termcap.c from the build on Posix platforms. * Makefilie.in (termcapobj): Move termcap.o from here... (MSDOS_OBJ): ...to here. (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is @@ -16,7 +17,7 @@ * cm.c: Remove (ifdef'ed away) inclusion of termcap.h. - * config.in: Regenerated. + * config.in: Regenerated. (See top-level ChangeLog.) 2010-03-10 Chong Yidong